home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 52
/
Aminet 52 (2002)(GTI - Schatztruhe)[!][Dec 2002].iso
/
Aminet
/
util
/
libs
/
ttengine.lha
/
ttengine-4.1
/
Examples
/
FontNames
/
makefile
next >
Wrap
Makefile
|
2002-09-29
|
233b
|
12 lines
CF = -c -msmall-code -m68020 -fbaserel
names: names.o startup.o
gcc -o names -nostartfiles -noixemul -msmall-code -fbaserel startup.o names.o
names.o: names.c
gcc $(CF) $<
startup.o: startup.c
gcc $(CF) -fwritable-strings $<